home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / protos / prefs.h < prev    next >
C/C++ Source or Header  |  1996-01-25  |  252b  |  13 lines

  1. #ifndef PREFS_H
  2. #define PREFS_H
  3.  
  4. extern struct IBox WinBox;
  5. extern STRPTR CornerStrs[];
  6.  
  7. VOID BlankerToEnv( BlankerPrefs * );
  8. VOID WinBoxToEnv( struct IBox * );
  9. BlankerPrefs *LoadDefaultPrefs( VOID );
  10. STRPTR RandomModule( VOID );
  11.  
  12. #endif /* PREFS_H */
  13.